home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
biz
/
demo
/
MaVi1_0T1A.lha
/
Disk2
/
Sets
/
Buttons.set
next >
Wrap
Text File
|
1997-10-16
|
2KB
|
57 lines
// comments are now possible too
Group.mui,
// the button group with play and forward etc. buttons//FrexxStartFold1.2.0,.
Child,Group.mui,
MUIA_Group_Horiz,TRUE,
MUIA_Group_SameHeight,TRUE,
MUIA_Group_Spacing,0,
MUIA_FixHeight,1,
Child,mavi/mui/0145_openbutton.mcc,
MUIA_ShortHelp,"Opens a new movie",
PDA_DTPic_RegName, "Open",
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_RelVerify,
PDA_Descriptor_Text,"Open",
End,
Child,mavi/mui/0145_controllerbutton.mcc,
MUIA_ShortHelp,"Start/Stop playing",
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_Toggle,
PDA_ControllerButton_Type,0,
PDA_Descriptor_Text,"Play",
End,
Child,mavi/mui/0145_controllerbutton.mcc,
MUIA_ShortHelp,"Backward one frame or second",
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_RelVerify,
PDA_ControllerButton_Type,3,
PDA_Descriptor_Text,"Rewind",
End,
Child,mavi/mui/0145_controllerbutton.mcc,
MUIA_ShortHelp,"Forward one frame or second",
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_RelVerify,
PDA_ControllerButton_Type,2,
PDA_Descriptor_Text,"Forward",
End,
Child,mavi/mui/0145_mutebutton.mcc,
PDA_DTPic_RegName,"Loud", // name of the unselected image
PDA_DTPic_AltRegName,"Mute", // name of the selected one
PDA_DTPic_NoDraw,TRUE, // this is no normal gadget, it handles drawing itself
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_RelVerify,
PDA_Descriptor_Text,"Mute",
End,
Child,mavi/mui/0145_controllerbutton.mcc,
MUIA_ShortHelp,"Repeatmode on/off",
MUIA_Frame,MUIV_Frame_ImageButton,
MUIA_InputMode,MUIV_InputMode_Toggle,
PDA_ControllerButton_Type,1,
PDA_Descriptor_Text,"Loop",
End,
End,
//FrexxEndFold1.
End